home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 November / macformat-030.iso / Demos / MF29 / 100 Years of Motoring Demo / Support Files / Startup.dir / 00016.ls < prev    next >
Encoding:
Text File  |  1995-03-16  |  150 b   |  9 lines

  1. on woah howLong
  2.   set y to the timer
  3.   repeat while the timer < (y + (howLong * 60))
  4.     if the mouseDown then
  5.       exit
  6.     end if
  7.   end repeat
  8. end
  9.